'Declaration Public Sub Insert( _ ByVal index As Integer, _ ByVal value As T _ )
'使用法 Dim instance As CollectionBase(Of T) Dim index As Integer Dim value As T instance.Insert(index, value)
public void Insert( int index, T value )
CollectionBase<T> クラス CollectionBase<T> メンバ
© 2004-2015, GrapeCity inc. All rights reserved.